

A0="rnd(.8 ) - .4", // Initial X
A1="rnd(.8 ) - .4", // initial Y

A2=".1",

A3="rnd( 2 * PI )",	     // theta
A4=".01 + rnd( .05 )",	 // Speed

A5="t",

B0="a4 * ( t - a5 )",

X="A0 + b0 * cos( a3 )",
Y="a1 + b0 * sin( a3 )",






Pen="FADER",


// Draw on the background layer
Layr=3,


Invt=0,

PDur="10 + rnd( 50 )",

// This is how G-Force knows what to expect from this file (ie, what version it is)
Vers=100
 